home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for p3pathle.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_PATHLEVELGADGET_H = 1;
- include("real/primgad/p3constructor.js")
-
-
- var R3CLID_PATHLEVELGADGET = 782;
-
-
-
-
- // Description: Private. Used for mapchanges.
-
- R3PALGM_SETCONSTANTSPEED = 782001;
-
- function mR3PALGM_SETCONSTANTSPEED() {
- DoA(this.r3obj, 782001, 0, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Pathlevelgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_PATHLEVELGADGET, arguments);
- }
- // Methods
- this.SETCONSTANTSPEED=mR3PALGM_SETCONSTANTSPEED;
-
- }
-
- r3Pathlevelgadget.prototype=new r3Constructorpropertygadget;
- // p3pathle.h_H